home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / QuicKeys / For Programmers Only.sea / C Examples / Read Me (C Examples) < prev    next >
Text File  |  1991-06-22  |  1KB  |  45 lines

  1. This folder contains the C version of the Sample extension.  Many of the
  2. same source files are used in both the MPW or Think C versions.
  3.  
  4. Building instructions for MPW Users:
  5.     Building Sample from the Build Menu will make the extension. The makefile
  6.     will automatically copy the Sample extension to the QuicKeys 2 extension
  7.     folder.
  8.  
  9. Building instructions for Think C Users:
  10.     Build the Sample project first then build the SampleUI project.
  11.     The SampleUI project will merge the user interface routines into Sample.
  12.  
  13.     After building, you must copy the Sample extension to the QuicKeys 2
  14.     extension folder which is in 
  15.         <your system folder>:Preferences:QuicKeys Folder:Extensions
  16.  
  17.  
  18. Files in this folder:
  19. commonExecute.a        Allocates space for ExecuteQueue in MPW versions
  20.                     and calls doExecute
  21.  
  22. extensions.h        QuicKeys 2™ extension definitions
  23.  
  24. Sample.make            Makefile for MPW users to build Sample extension
  25.  
  26. Sample.r            Resource definitions for MPW users
  27.  
  28. Sample.π            Think C project for execution routines
  29.  
  30. Sample.π.rsrc        Think C resources
  31.  
  32. SampleData.h        Definition of Sample's key data.
  33.                     Common to both MPW and Think C.
  34.  
  35. SampleUI.c            User interface routine.
  36.                     Common to both MPW and Think C.
  37.  
  38. SampleUI.π            Think C project file for user interface routines
  39.  
  40. SampleX.c            Execution routine.
  41.                     Common to both MPW and Think C.
  42.  
  43. SampleXhdr.c        Custom execution header for Think C users.  Similar to
  44.                     commonExecute.a
  45.